home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / Rotato / Source / InstallCursorHack.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-06-25  |  276 b   |  17 lines  |  [TEXT/CWIE]

  1.  
  2. #ifndef InstallCursorHack_h_
  3. #define InstallCursorHack_h_
  4.  
  5.  
  6. #include "PrefResource.h"
  7.  
  8.  
  9. OSErr PrepareServiceFragment(TPrefsData *prefsData);
  10.  
  11. Boolean InstallCursorHack(TPrefsData *prefsData);
  12. void RemoveCursorHack(TPrefsData *prefsData);
  13.  
  14.  
  15.  
  16. #endif /* InstallCursorHack_h_ */
  17.